ucEventAddInstrument.ascx.cs
Code Type: C# Codebehind Class for ASP .NET User Control
Uses Classes: CCPA, CIntake, CDataConverter


Lines of Code: 188

public string PatPWEventID

	 patient pathway event id 

protected void Page_Load(object sender, EventArgs e)

	 page load 

protected string GetEventMIDS()

	 get comma delimeted list of instruments already added to this event 

public void OnSearch()

	   user searched for instruments 

protected void LoadInstruments(string strGroupID)

	 load instruments gridpanel by group id 

public void OnGroupSelect()

	 fires when a group is selected from the combo 

public void OnGroupTypeSelect()

	  load the instrument grid based on the combo group type 

private void DisableSearch()

	  Disable Search controls 

private void EnableSearch()

	  Enable Search controls 

public void LoadInstrumentGroups(long lGroupTypeID)

	 load instrument groups into the combo 

public void Show()

	 show the intrument add popup 

protected void OnInstrSelOK(object sender, DirectEventArgs e)

	 ok button handler for instrument add popup 

	

